func mime/quotedprintable.readHexByte

2 uses

	mime/quotedprintable (current package)
		reader.go#L43: func readHexByte(v []byte) (b byte, err error) {
		reader.go#L114: 			b, err = readHexByte(r.line[1:])